Patrick Franz [Sat, 9 Nov 2024 10:00:02 +0000 (11:00 +0100)]
qt6-multimedia (6.7.2-6) unstable; urgency=medium
[ Sandro Knauß ]
* Use dh_qmldeps to detect QML dependencies.
* Add qml6-module packages to -dev package for QML dependency detection.
* Use dh-sequence-pkgkde-symbolshelper instead of --with.
* Ignore QML dependency on QtQuick3DPrivate.
[ Patrick Franz ]
* Fix dependencies for the private symbols.
* Install cmake-files for QmlPlugins.
* Move some examples from qt6-multimedia-dev to qt6-multimedia-
examples.
Pino Toscano [Tue, 29 Oct 2024 07:26:38 +0000 (08:26 +0100)]
qt6-multimedia (6.7.2-5) unstable; urgency=medium
* Team upload.
* Backport upstream commit e788cc07221b6982e922ccb5ccd77d10e9844671 to fix
the build of the GStreamer plugin on non-Linux OSes; patch
upstream_GStreamer-compile-fix-for-non-linux-platforms.patch.
* Drop the xauth, and xvfb build dependencies, as the tests are not run.
* Team upload.
* Bump Standards-Version to 4.7.0, no changes required.
* Manually pass -DPFFFT_SIMD_DISABLE to the CFLAGS on hurd-i386: the output
of "uname -m" on that architecture is not matched by the check that sets
-DPFFFT_SIMD_DISABLE for 32bit x86 architectures.
Piotr Srebrny [Thu, 15 Dec 2022 16:16:18 +0000 (17:16 +0100)]
[PATCH] Provide default implementation for QPlatformMediaDevices
In case no audio backend is available we should provide some default
implementation for QPlatformDevices otherwise the code crashes on
an attempt list audio devices.
As a bonus clean some leftovers of video devices interface.
Fixes: QTBUG-108221
Change-Id: I8d7e5ebe2ec98ba9381fae429f359b8ffaea3bb6 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> Reviewed-by: Lars Knoll <lars@knoll.priv.no>
(cherry picked from commit ab49644bea444d105e6fa6ca246f21eccd7a67e0)
Gbp-Pq: Name provide_default_implementation_for_qplatformmediadevices.patch